home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / AFS / WriteUp.app / English.lproj / PanelPages.nib / data.classes next >
Text File  |  1994-12-14  |  432b  |  33 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. ThumbView = {
  7.     SUPERCLASS = Matrix;
  8. };
  9. Controller = {
  10.     OUTLETS = {
  11.     pagesPanel;
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. PanelPages = {
  16.     ACTIONS = {
  17.     gotoPage:;
  18.     collapsePages:;
  19.     printPages:;
  20.     deletePages:;
  21.     viewPage:;
  22.     selectPages:;
  23.     addPages:;
  24.     expandPages:;
  25.     };
  26.     OUTLETS = {
  27.     numberField;
  28.     buttonMatrix;
  29.     thumbView;
  30.     };
  31.     SUPERCLASS = Panel;
  32. };
  33.